CxTrsEditor Object

The CxTrsEditor object is a dialog box-based editor for the Table Reference Service (TRS). Declare the object using the following code:

CreateObject("CxEditors.CxTrsEditor")

Each method in this document will assume you have declared and connected the CxTrsEditor object using the following code:

Dim TrsEditor

Set TrsEditor = CreateObject("CxEditors.CxTrsEditor")

TrsEditor.Connect("CYGDEMO.TRS")


More: